← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 71)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 13 statements in 155µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
42216µs120µsSearch::Elasticsearch::Role::Cxn::HTTP::::handleSearch::Elasticsearch::Role::Cxn::HTTP::handle
11112µs23µsSub::Quote::::BEGIN@3.17 Sub::Quote::BEGIN@3.17
1117µs7µsMethod::Generate::Accessor::::BEGIN@6.18 Method::Generate::Accessor::BEGIN@6.18
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
3260µs234µs
# spent 23µs (12+11) within Sub::Quote::BEGIN@3.17 which was called: # once (12µs+11µs) by Sub::Quote::_clean_eval at line 3
no warnings 'closure';
# spent 23µs making 1 call to Sub::Quote::BEGIN@3.17 # spent 11µs making 1 call to warnings::unimport
4
# spent 120µs (16+103) within Search::Elasticsearch::Role::Cxn::HTTP::handle which was called 4 times, avg 30µs/call: # 2 times (11µs+103µs) by Search::Elasticsearch::Cxn::HTTPTiny::handle at line 53 of Sub/Defer.pm, avg 57µs/call # 2 times (6µs+0s) by Search::Elasticsearch::Cxn::HTTPTiny::handle at line 6 of (eval 73)[Class/Method/Modifiers.pm:152], avg 3µs/call
sub Search::Elasticsearch::Role::Cxn::HTTP::handle {
5package Method::Generate::Accessor;
6
# spent 7µs within Method::Generate::Accessor::BEGIN@6.18 which was called: # once (7µs+0s) by Sub::Quote::_clean_eval at line 11
BEGIN {
711µs $^H = "1762";
81500ns ${^WARNING_BITS} = "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\003";
916µs %^H = (
10 );
11168µs17µs}
# spent 7µs making 1 call to Method::Generate::Accessor::BEGIN@6.18
1221µs die "handle is a read-only accessor" if @_ > 1;
13211µs1103µsexists $_[0]->{"handle"} ?
# spent 103µs making 1 call to Search::Elasticsearch::Cxn::HTTPTiny::_build_handle
14$_[0]->{"handle"}
15: ($_[0]->{"handle"} = $_[0]->_build_handle)
16 }
1711µs $_QUOTED->[3] = \&Search::Elasticsearch::Role::Cxn::HTTP::handle
18}
1914µs1;
20
21;